home *** CD-ROM | disk | FTP | other *** search
/ Max Calendar 2002 / Max Calendar 2002.iso / pc / Data_2 / intro_2.dxr / 00044_Bottone Screen Saver.ls < prev    next >
Encoding:
Text File  |  2001-10-17  |  154 b   |  11 lines

  1. global gMac
  2.  
  3. on mouseUp
  4.   eliminaPuppet()
  5.   if gMac = 1 then
  6.     go("ScreenStartMac", "Utility2")
  7.   else
  8.     go("ScreenStartPc", "Utility2")
  9.   end if
  10. end
  11.